const text/template/parse.leftComment

3 uses

	text/template/parse (current package)
		lex.go#L246: 	leftComment  = "/*"
		lex.go#L308: 	if strings.HasPrefix(l.input[l.pos+afterMarker:], leftComment) {
		lex.go#L322: 	l.pos += Pos(len(leftComment))